home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / Crystal / 3rdparty / JavaVM / Plug-in / jplugin.exe / rt.jar / java / rmi / AlreadyBoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-16  |  360 b   |  11 lines

  1. package java.rmi;
  2.  
  3. public class AlreadyBoundException extends Exception {
  4.    public AlreadyBoundException() {
  5.    }
  6.  
  7.    public AlreadyBoundException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.